Include C89 fallback code
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 19 Aug 2011 06:26:52 +0000 (14:26 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 20 Aug 2011 03:17:44 +0000 (11:17 +0800)
commitad73ed298d26a934b587b4703e69f08f8c77d2eb
tree92a5e47a9aa85416af77604a2cc618c67b8bce20
parentdb3fecc5b9a06af7b015b241b8ee735b65f786ea
Include C89 fallback code

gtk/gtkborderimage.c, gtk/gtklabel.c and gtk/gtkstyleproperty.c call
round() and/or rint(), which was only available in C99 compilers.

This adds the inclusion of the fallback implementation (gtk/fallback-c89.c)
to define these functions if they are not initially made available by the
compiler.

Also remove the rint() implementation in gtk/gtklabel.c as it is now in
the fallback implmentation.
gtk/gtkborderimage.c
gtk/gtklabel.c
gtk/gtkstyleproperty.c